x86/shadow: use shorter constants for callback masks
authorJan Beulich <jbeulich@suse.com>
Thu, 29 Jan 2015 13:46:09 +0000 (13:46 +0000)
committerTim Deegan <tim@xen.org>
Thu, 29 Jan 2015 13:46:17 +0000 (13:46 +0000)
commit7977148feee792f79d3d07b27aedb0ef69cdb4c9
tree589649a2387abde28e1f51c2f037ab1f10e5dbea
parent88d07de868419224898508852e0c2553aa8d2e40
x86/shadow: use shorter constants for callback masks

private.h defining them I can't see why they couldn't be used here to
make the code easier to read.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Tim Deegan <tim@xen.org>
xen/arch/x86/mm/shadow/common.c